Add logic to generate headers reflecting the compatibility mode layout
authorEmmanuel Ackaouy <ack@xensource.com>
Fri, 5 Jan 2007 17:34:28 +0000 (17:34 +0000)
committerEmmanuel Ackaouy <ack@xensource.com>
Fri, 5 Jan 2007 17:34:28 +0000 (17:34 +0000)
commit6224725e9357f6056cff046ba5da4c52f0bace8c
tree9ad38da55854dcad3fa52415aaebdb711c59aa85
parentc1990f10a76daa10ea01dd11e9ca6fc92cf55716
Add logic to generate headers reflecting the compatibility mode layout
of hypercall arguments. Provide infrastructure for accessing handles
passed from compatibility mode guests. Vector those hypercalls not
needing any translation to their native implementations.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
12 files changed:
xen/Makefile
xen/Rules.mk
xen/arch/x86/x86_64/compat/entry.S
xen/arch/x86/x86_64/compat/traps.c
xen/common/Makefile
xen/common/compat/Makefile [new file with mode: 0644]
xen/common/compat/kernel.c [new file with mode: 0644]
xen/common/kernel.c
xen/include/Makefile [new file with mode: 0644]
xen/include/asm-x86/compat.h [new file with mode: 0644]
xen/include/asm-x86/x86_64/uaccess.h
xen/include/xen/compat.h [new file with mode: 0644]